home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / src / net / bind-contrib.tar.gz / bind-contrib.tar / contrib / dnswalk / CHANGES next >
Encoding:
Text File  |  1996-10-25  |  4.1 KB  |  112 lines

  1. $Id: CHANGES,v 8.1 1996/10/25 04:57:15 vixie Exp $
  2. Version 1.8.3
  3. Miscellaneous fixes,  getautservers().  Condensed code.
  4.  
  5. Hack added to ignore RFC 1101 netmasks encoding.
  6.  
  7. Assigning $1 wasn't working, use local variable.  Patch from Mark
  8. Andrews <Mark.Andrews@dms.csiro.au>.
  9.  
  10. New Perl script "makereports" included to take output and generate
  11. reports for each hostmaster for the problems within his/her zone.
  12.  
  13. Version 1.8.2
  14. Fixed spelling errors and shoddy syntax in getauthservers(), from
  15. Jost Krieger <Jost.Krieger@rz.ruhr-uni-bochum.de>
  16.  
  17. Accounted for Solaris's broken gethostbyname() which includes trailing
  18. dots in retuned name.
  19.  
  20. Minor fixes in lame delegation checking, and getauthservers().
  21.  
  22. Version 1.8.1
  23. One-line fix to remove reference to non-existent parameter to getmaster().
  24. Reported by petri@ibr.cs.tu-bs.de (Stefan Petri).
  25.  
  26. Version 1.8
  27. Typos, documentation corrections, additions to TIPS as well as
  28. stuff for TODO from Piete Brooks <Piete.Brooks@cl.cam.ac.uk>.
  29.  
  30. Patch from Thorsten Lockert <tholo@sigmasoft.com>: remove directory
  31. if zone transfer fails.
  32.  
  33. Fixed getauthservers() routine.  Sometimes had list of servers
  34. which contained each server listed twice.  Also fixed it to
  35. use the 'master server' field of the SOA record as a 'hint'
  36. to which server to check first.
  37.  
  38. Fixed typo in dot-death checking.  Error message forgot \n.
  39.  
  40. Added -D flag to set base directory for saved axfr files.
  41.  
  42. Version 1.7
  43. Added "_" to list of invalid characters in a hostname.  (Painful
  44. because we have hundreds of PCs and Macs here with one.)  Can
  45. now be supressed with '-i' option (whew).
  46.  
  47. Fixed wildcard RR's being marked as having invalid characters.
  48. (Thanks to Paul Turner <turner@telstar.kodak.com> for reporting it)
  49.  
  50. Changed how the return codes for gethostby*() routines were being
  51. checked.  Added caveat in README about herror().  Thanks to Bill Fenner
  52.  
  53. Suppresses duplicate error message per zone.  Idea from Paul Turner.
  54.  
  55. Checks for dom.ain.dom.ain. in data, in case someone forgot the
  56. trailing '.'.
  57.  
  58. Finally added a man page.  Trimmed out redundant information
  59. from the README file.
  60.  
  61. Version 1.6
  62. removed -c switch, since I thought it would work a long time ago, but
  63. later found out it could never be made to work.  Well, it could, just
  64. not very nicely.  (nor efficiently)
  65.  
  66. Fixed bug with parsing of dig output.  Newer dig has slightly different
  67. output, causing serial numbers to not be pulled out.
  68.  
  69. Changed the do-dnswalk script to use exec > logfile instead of
  70. redirecting every invocation to a logfile.  Idea from Dan Ehrlich.
  71.  
  72. Fixed problem with dnswalk using old list of subdomains in axfr file,
  73. ignoring the new zone transfer if it was needed.
  74.  
  75. Accounted for annoying behavior of new dig to print duplicate SOA's.
  76.  
  77. Documented nameserver error reporting.
  78.  
  79. Version 1.5
  80.  
  81. added -F switch.  This performs "fascist" checking.  For every A record,
  82. it checks to see that it actually points to the canonical name listed
  83. for the PTR and reports mismatches.  Try this switch at least once to see
  84. what kind of things pop up.  (You may be surprised)
  85.  
  86. added -m switch.  Performs check on zone only if it has been modified
  87. (serial number changed) since the previous run.
  88.  
  89. changed format of messages to be shorter and more precise.  (and hopefully
  90. easier to read)  Read the README section for a full description.
  91.  
  92. warns if a zone has only one authoratative nameserver
  93. *** in later versions of 1.3, not posted here, but available for ftp,
  94. there was a bad bug which caused erroneous warnings about having only
  95. one nameserver.  (was using the wrong variable)
  96.  
  97. reports any errors listed in dig zone transfer output.  (usually
  98. caused by a corrupted zone file, or invalid syntax in data; for example
  99. only one field in an HINFO record.)
  100.  
  101. now reports any resolver errors from gethostbyname and gethostbyaddr.
  102. (for example, a server timeout, connection refused, etc)
  103.  
  104. sorts output by zone (correctly -- some versions of 1.3 didn't quite do
  105. this right)
  106.  
  107. displays server of authority and zone contact for each zone it checks.
  108.  
  109. I've now included a 'do-dnswalk' script that is an example wrapper
  110. that I use around dnswalk to turn on status debugging and put the
  111. results in a log file.  Salt to taste.
  112.